Skip to main content

Interface IIOController<T>

Contract for Meadow devices.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IIOController<T> where T : IPinDefinitions

Properties

Pins

Gets the Controller's IPinDefinitions

View Source
Declaration
T Pins { get; }

Methods

GetPin(string)

Retrieves an IPin by name

View Source
Declaration
IPin? GetPin(string pinName)
Returns

Meadow.Hardware.IPin: The requested pin or null if not found

Parameters
TypeNameDescription
System.StringpinNameRegistered name of the pin to retrieve